home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / library / help / tcl / files / flush < prev    next >
Encoding:
Text File  |  1993-10-26  |  449 b   |  15 lines  |  [TEXT/$Tcl]

  1.  
  2.           flush fileId
  3.  
  4.  
  5.      DESCRIPTION
  6.           Flushes any  output  that  has  been  buffered  for  fileId.
  7.           FileId  must have been the return value from a previous call
  8.           to open, or it may be stdout or stderr to access one of  the
  9.           standard  I/O  streams;  it  must  refer  to a file that was
  10.           opened for writing.  The command returns an empty string.
  11.  
  12.  
  13.      KEYWORDS
  14.           buffer, file, flush, output
  15.